RemoveChars(string, start, count) Returns string with count characters removed from the specified starting position. Return 0 if no characters are found. See also Insert and Len.
Returns string with count characters removed from the specified starting position. Return 0 if no characters are found.
See also Insert and Len.
Any string.
Starting position for the search.
Number of characters being removed.